-- card: 2971 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2664 -- name: -- part 1 (field) -- low flags: 00 -- high flags: 4002 -- rect: left=5 top=97 right=264 bottom=96 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 18 -- style flags: 0 -- line height: 30 -- part name: -- part 3 (field) -- low flags: 00 -- high flags: 4002 -- rect: left=95 top=97 right=264 bottom=163 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 18 -- style flags: 0 -- line height: 30 -- part name: -- part 4 (field) -- low flags: 00 -- high flags: 4002 -- rect: left=162 top=97 right=264 bottom=230 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 18 -- style flags: 0 -- line height: 30 -- part name: -- part 5 (field) -- low flags: 00 -- high flags: 4002 -- rect: left=229 top=97 right=264 bottom=297 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 18 -- style flags: 0 -- line height: 30 -- part name: -- part 6 (field) -- low flags: 00 -- high flags: 4002 -- rect: left=296 top=97 right=264 bottom=364 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 18 -- style flags: 0 -- line height: 30 -- part name: -- part 7 (field) -- low flags: 00 -- high flags: 4002 -- rect: left=363 top=97 right=264 bottom=432 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 18 -- style flags: 0 -- line height: 30 -- part name: -- part 8 (field) -- low flags: 00 -- high flags: 4002 -- rect: left=431 top=97 right=264 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 18 -- style flags: 0 -- line height: 30 -- part name: -- part 9 (button) -- low flags: 00 -- high flags: A003 -- rect: left=441 top=277 right=320 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Beregn ----- HyperTalk script ----- on mouseUp -- Init variables set cursor to 4 --put up watch cursor to indicate waiting set lockscreen to true --so only final change is displayed (faster) put 5 into numberOfRows put 7 into numberOfColumns -- put 0s in total COLUMN at right repeat with row = 2 to numberOfRows put 0 into line row of card field numberOfColumns end repeat --put 0s in total ROW on bottom repeat with col = 2 to numberOfColumns+1 put 0 into line numberOfRows of card field col end repeat -- Calculation of subtotals repeat with row = 2 to numberOfRows-1 --add all entries of one row repeat with col = 2 to numberOfColumns-1 --add each entry in a row put line row of card field col into it --take item (row,col) add it to line numberOfRows of card field col add it to line row of card field numberOfColumns end repeat end repeat -- Calculation of grand total (only add up totals across bottom) repeat with col = 2 to numberOfColumns-1 add line numberOfRows of card field col to line numberOfRows of card field numberOfColumns end repeat end mouseUp -- part 10 (field) -- low flags: 01 -- high flags: 2002 -- rect: left=8 top=37 right=79 bottom=196 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 18 -- style flags: 256 -- line height: 30 -- part name: -- part 12 (field) -- low flags: 01 -- high flags: 2002 -- rect: left=197 top=37 right=79 bottom=511 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 18 -- style flags: 0 -- line height: 30 -- part name: -- part 13 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=2 top=271 right=322 bottom=55 -- title width / last selected line: 0 -- icon id / first selected line: 20098 / 20098 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go home end mouseUp -- part contents for card part 1 ----- text ----- Hotel Bil Mad TOTAL -- part contents for card part 3 ----- text ----- Man 650 160 110 920 -- part contents for card part 4 ----- text ----- Tir 650 160 275 1085 -- part contents for card part 5 ----- text ----- Ons 650 160 170 980 -- part contents for card part 6 ----- text ----- Tor 650 160 580 1390 -- part contents for card part 7 ----- text ----- Fre 650 160 252 1062 -- part contents for card part 8 ----- text ----- TOTAL 3250 800 1387 5437 46 -- part contents for card part 10 ----- text ----- REJSEREGNSKAB 0 -- part contents for card part 12 ----- text ----- Uge 50 1988